Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: proposed fix for #4699: Period() docstring inconsistent with code when freq has a mult != 1 #5057

Merged
merged 2 commits into from
Oct 4, 2013

Conversation

JackKelly
Copy link
Contributor

closes #4699

proposed fix for #4699: Period() docstring inconsistent with code when freq has a mult != 1
@@ -51,7 +51,7 @@ class Period(PandasObject):
value : Period or compat.string_types, default None
The time period represented (e.g., '4Q2005')
freq : str, default None
e.g., 'B' for businessday, ('T', 5) or '5T' for 5 minutes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add something like: that this must be a singlular rule-code (e.g. 5T is not allowed)

jreback added a commit that referenced this pull request Oct 4, 2013
DOC: proposed fix for #4699: Period() docstring inconsistent with code when freq has a mult != 1
@jreback jreback merged commit 29425b3 into pandas-dev:master Oct 4, 2013
@jreback
Copy link
Contributor

jreback commented Oct 4, 2013

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Period() docstring inconsistent with code when freq has a mult != 1
2 participants